ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class / Value Property

In This Topic
    Value Property (GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets or sets the value of the item
    Syntax
    'Declaration
     
    Public Property Value As TValue
    public TValue Value {get; set;}
    See Also